index.php wont load as main

81

Set index.php as Main
  
  1. Create a .htaccess file in your root dir
  2. Add the line...
  
  DirectoryIndex index.php
  
  3. Save it

Comments

Submit
0 Comments